home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1099.dms / q1099.adf / MathPlot / Macros / Test4.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-10  |  341b  |  16 lines

  1. /* Test requestfile */
  2.  
  3. address "MPlot_ARexx"
  4. options results
  5.  
  6. requestfile
  7. say result rc rc2
  8.  
  9. requestfile 'title "This is the title" path ram: file myfile'
  10. say result rc rc2
  11.  
  12. requestfile 'title "This is the title" path ram: file myfile pattern "This is the pattern"'
  13. say result rc rc2
  14.  
  15. requestfile 'title "Save AS..." save'
  16. say result rc rc2